home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $id: ssvcid pcx.h 1.0 08/03/92 10:02 am$
- ** Support functions for reading in a PCX file and creating a DIB
- ** from it.
- **
- ** (C) 1991-3 Larry Widing
- */
- #ifndef __PCXFILE_H__
- #define __PCXFILE_H__ 1
-
- #if defined(__cplusplus)
- extern "C" {
- #endif
-
- extern HDIB ReadPcxFile(const char *filename);
-
- #if defined(__cplusplus)
- extern "C" {
- #endif
-
- #endif /* !defined(__PCXFILE_H__) */
- /*
- ** Modification History
- ** ====================
- **
- ** $lgb$
- ** 08/03/92 Larry Widing Initial Version.
- ** $lge$
- */
-
-